home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1996 March
/
EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso
/
earcd
/
ear
/
vood1209.lha
/
Voodoo
/
Rexx
/
SendVoodoo.quill
< prev
next >
Wrap
Text File
|
1995-12-12
|
434b
|
11 lines
/* Deliver message when using Digital Quill as the external editor.
* Put this script as a macro in the user menu or speedbar. */
options results
'GETATTR PROJECT FILENAME'
message = result
'MARK OFF' /* turn off block marking, if any */
'SAVE FORCE' /* save the changes. Suppress requesters. */
address 'VOODOO' 'SEND' message /* tell Voodoo to send it. Voodoo will clean up. */
'CLOSE FORCE' /* This project can now be closed. */